light-weight process - определение. Что такое light-weight process
Diclib.com
Словарь онлайн

Что (кто) такое light-weight process - определение

A MEANS OF ACHIEVING COMPUTER MULTITASKING
Lightweight process; Light-weight processes; Lightweight thread; Light-weight thread; Lightweight processes

light-weight process         
<operating system, parallel> (LWP) A single-threaded sub-process which, unlike a thread, has its own {process identifier} and may also differ in its inheritance and controlling features. Several operating systems, e.g. SunOS 5.x, provide {system calls} for creating and controlling LWPs. (1996-02-22)
Light-weight process         
In computer operating systems, a light-weight process (LWP) is a means of achieving multitasking. In the traditional meaning of the term, as used in Unix System V and Solaris, a LWP runs in user space on top of a single kernel thread and shares its address space and system resources with other LWPs within the same process.
weigh         
  • Ancient Greek]] official bronze weights dating from around the 6th century BC, exhibited in the [[Ancient Agora Museum]] in Athens, housed in the [[Stoa of Attalus]].
  • 0}} in 0.86 seconds. This is a horizontal acceleration of 5.3{{spaces}}g. Combined with the vertical g-force in the stationary case the [[Pythagorean theorem]] yields a g-force of 5.4{{spaces}}g. It is this g-force that causes the driver's weight if one uses the operational definition. If one uses the gravitational definition, the driver's weight is unchanged by the motion of the car.
  • A [[weighbridge]], used for weighing trucks
  • work=Baburnama}}</ref>
  • moments]] acting on it sum to zero).
FORCE ACTING ON A MASS DUE TO GRAVITY
Gross weight; Measure of weight; Weigh; Net weight; Nett weight; Weighty; Weighing; Ponderous; Gross rail load; Laden weight; Units of weight; Wieght; Heaviness
v.
1) to weigh heavily
2) (d; intr.) ('to count') to weigh against (his testimony will weigh heavily against you)
3) (d; tr.) ('to balance') to weigh against (to weigh one argument against another)
4) (d; intr.) ('to press') to weigh on (legal problems weighed heavily on her mind)
5) (P; intr.) ('to have a weight') the suitcase weighs quite a lot

Википедия

Light-weight process

In computer operating systems, a light-weight process (LWP) is a means of achieving multitasking. In the traditional meaning of the term, as used in Unix System V and Solaris, a LWP runs in user space on top of a single kernel thread and shares its address space and system resources with other LWPs within the same process. Multiple user-level threads, managed by a thread library, can be placed on top of one or many LWPs - allowing multitasking to be done at the user level, which can have some performance benefits.

In some operating systems, there is no separate LWP layer between kernel threads and user threads. This means that user threads are implemented directly on top of kernel threads. In those contexts, the term "light-weight process" typically refers to kernel threads and the term "threads" can refer to user threads. On Linux, user threads are implemented by allowing certain processes to share resources, which sometimes leads to these processes to be called "light weight processes". Similarly, in SunOS version 4 onwards (prior to Solaris) "light weight process" referred to user threads.